/*===================
    bannerLiist-css
======================*/

.banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.banner > ul {
    display: none;
    /*width: 999999999px;*/
    position: relative;
    top:0;
}

.banner > ul > li  {
    float: left;
}

.banner > ul > li > a {
    display: block;
	position: relative;
	height: 410px;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
}
.banner > ul > li img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
}

.img-btn-list {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
}

.img-btn-list > span  {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0 5px;
    /*background: rgba(0,0,0,0.5);*/
    background-color:#c4c4c4;  
    /*opacity:0.5;  
    filter:alpha(opacity=50);*/
    cursor: pointer;
    border-radius: 50%;
}

.img-btn-list > span.current {
    background-color:#177841;  
    opacity:1;  
    filter:alpha(opacity=100)
}





















